home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / sounds / espch10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-03-14  |  1KB  |  46 lines

  1. ECHO OFF
  2. CLS
  3. ECHO"
  4. ECHO"
  5. ECHO"ECHOSPEECH (TM)     Speech Compression/Decompression     Shareware Version
  6. ECHO"   Copyright (C) 1994-1995 Echo Speech Corp.  All Rights Reserved
  7. ECHO"                         Unregistered Copy
  8. ECHO"
  9. ECHO"This version of ECHOSPEECH is shareware.  If you decide to use it
  10. ECHO"regularly you are required to register it.  When you register ECHOSPEECH
  11. ECHO"you will receive ECHOSPEECH modules for the Microsoft Windows (TM) Audio
  12. ECHO"Compression Manager. This will enable ACM-aware Windows applications
  13. ECHO"to read and write ECHOSPEECH files.
  14. ECHO"
  15. ECHO"Press ANY KEY to acknowledge the information above and complete 
  16. ECHO"the installation of ECHOSPEECH.
  17. ECHO"
  18. ECHO"Type CTRL-C if you wish to abort this installation of ECHOSPEECH.
  19. ECHO"
  20. PAUSE
  21. cls
  22. isfpp
  23. cls
  24.  
  25. If errorlevel 1 goto YEP
  26. If errorlevel 2 goto NOPE  
  27.  
  28. :NOPE
  29. copy wav2es.emu wav2es.exe
  30. goto DONE
  31.  
  32. :YEP
  33. copy wav2es.x87 wav2es.exe
  34.  
  35. :DONE
  36. cls
  37. ECHO"
  38. ECHO"
  39. ECHO"
  40. ECHO"This completes the installation of ECHOSPEECH.
  41. ECHO"
  42. ECHO"
  43.  
  44.  
  45.  
  46.